projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f26ae
)
s/G_PARAM_WRITE/G_PARAM_WRITABLE/
author
James Henstridge
<jamesh@src.gnome.org>
Sat, 28 Apr 2001 05:17:31 +0000
(
05:17
+0000)
committer
James Henstridge
<jamesh@src.gnome.org>
Sat, 28 Apr 2001 05:17:31 +0000
(
05:17
+0000)
obvious fix to make it compile
gtk/gtktreeview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeview.c
b/gtk/gtktreeview.c
index 1014544981051c24545b54a52132fb95f203d396..4bc48fac24f888c676cd5b2711411bb4ad89bf8a 100644
(file)
--- a/
gtk/gtktreeview.c
+++ b/
gtk/gtktreeview.c
@@
-406,7
+406,7
@@
gtk_tree_view_class_init (GtkTreeViewClass *class)
_("Headers Clickable"),
_("Column headers respond to click events"),
FALSE,
- G_PARAM_WRITE));
+ G_PARAM_WRIT
ABL
E));
g_object_class_install_property (o_class,
PROP_EXPANDER_COLUMN,